extends AbstractResource
This is wrapped around Report instaneces of type TemplateReport. Most notably this includes reports defined in custom apps This will generate a downloadable attachment (eg CSV) from the TemplateReport instance
Properties
| Name | Returns | Notes | Example |
|---|---|---|---|
| report | TemplateReport | ||
| searchManager | SearchManager | ||
| reportParams | ReportParams | ||
| parent | CommonCollectionResource | ||
| name | String |
Methods
| Name | Returns | Notes | Example |
|---|---|---|---|
| query ( json, localIndexNames ) | KSearchResponse | ||
| replaceVars ( json ) | String | Does a text replace for standard input parameters: INTERVAL, MIN_DATE_FMT, MAX_DATE_FMT, MIN_DATE_L, MAX_DATE_L, ORG_ID |
Hide comments